jtui3.0 1.1.42 → 1.1.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/jtui3.0.common.js +36 -25
- package/lib/jtui3.0.css +1 -1
- package/lib/jtui3.0.umd.js +12 -1
- package/lib/jtui3.0.umd.min.js +1 -1
- package/package.json +1 -1
package/lib/jtui3.0.common.js
CHANGED
|
@@ -300252,6 +300252,11 @@ function MttPanelHook(props, isListen = true) {
|
|
|
300252
300252
|
//修改操作
|
|
300253
300253
|
modify_handler: async (params, item, level) => {
|
|
300254
300254
|
const path = item.submit + item.path;
|
|
300255
|
+
|
|
300256
|
+
if (queryParmasOut.value) {
|
|
300257
|
+
params = Object.assign(params, queryParmasOut.value);
|
|
300258
|
+
}
|
|
300259
|
+
|
|
300255
300260
|
const {
|
|
300256
300261
|
data
|
|
300257
300262
|
} = await props.axios.post(path, params);
|
|
@@ -300304,6 +300309,8 @@ function MttPanelHook(props, isListen = true) {
|
|
|
300304
300309
|
|
|
300305
300310
|
ElMessage.warning("修改失败[" + msg + "]");
|
|
300306
300311
|
}
|
|
300312
|
+
|
|
300313
|
+
queryParmasOut.value = null;
|
|
300307
300314
|
},
|
|
300308
300315
|
// 下载文件
|
|
300309
300316
|
download_handler: row => {
|
|
@@ -300336,18 +300343,22 @@ function MttPanelHook(props, isListen = true) {
|
|
|
300336
300343
|
}).catch(() => {});
|
|
300337
300344
|
},
|
|
300338
300345
|
exec_handler: async (params, item, level) => {
|
|
300339
|
-
console.log(item);
|
|
300340
300346
|
const path = item.submit + item.path;
|
|
300341
300347
|
ElMessageBox.confirm("请确认开始执行操作?", "提示", {
|
|
300342
300348
|
confirmButtonText: "确定",
|
|
300343
300349
|
cancelButtonText: "取消",
|
|
300344
300350
|
type: "warning"
|
|
300345
300351
|
}).then(async () => {
|
|
300352
|
+
if (queryParmasOut.value) {
|
|
300353
|
+
params = Object.assign(params, queryParmasOut.value);
|
|
300354
|
+
}
|
|
300355
|
+
|
|
300346
300356
|
const {
|
|
300347
300357
|
data
|
|
300348
300358
|
} = await props.axios.post(path, model_all.value);
|
|
300349
300359
|
hideModal();
|
|
300350
300360
|
handlerCallBack(data, level, 'exec', item);
|
|
300361
|
+
queryParmasOut.value = null;
|
|
300351
300362
|
}).catch(() => {});
|
|
300352
300363
|
}
|
|
300353
300364
|
}; //parentId寻找父级
|
|
@@ -302152,8 +302163,32 @@ const mtt_panel_5vue_type_script_setup_true_lang_js_hoisted_8 = /*#__PURE__*/mtt
|
|
|
302152
302163
|
const mtt_panel_5_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(mtt_panel_5vue_type_script_setup_true_lang_js, [['__scopeId',"data-v-091952c2"]])
|
|
302153
302164
|
|
|
302154
302165
|
/* harmony default export */ var mtt_panel_5 = (mtt_panel_5_exports_);
|
|
302166
|
+
;// CONCATENATED MODULE: ./node_modules/element-plus/theme-chalk/el-badge.css
|
|
302167
|
+
// extracted by mini-css-extract-plugin
|
|
302168
|
+
|
|
302169
|
+
;// CONCATENATED MODULE: ./node_modules/element-plus/es/components/badge/style/css.mjs
|
|
302170
|
+
|
|
302171
|
+
|
|
302172
|
+
;// CONCATENATED MODULE: ./node_modules/element-plus/theme-chalk/el-message.css
|
|
302173
|
+
// extracted by mini-css-extract-plugin
|
|
302174
|
+
|
|
302175
|
+
;// CONCATENATED MODULE: ./node_modules/element-plus/es/components/message/style/css.mjs
|
|
302176
|
+
|
|
302177
|
+
|
|
302178
|
+
|
|
302179
|
+
;// CONCATENATED MODULE: ./node_modules/element-plus/theme-chalk/el-message-box.css
|
|
302180
|
+
// extracted by mini-css-extract-plugin
|
|
302181
|
+
|
|
302182
|
+
;// CONCATENATED MODULE: ./node_modules/element-plus/es/components/message-box/style/css.mjs
|
|
302183
|
+
|
|
302184
|
+
|
|
302185
|
+
|
|
302186
|
+
|
|
302187
|
+
|
|
302155
302188
|
;// CONCATENATED MODULE: ./node_modules/unplugin/dist/webpack/loaders/transform.js??ruleSet[1].rules[33].use[0]!./node_modules/unplugin/dist/webpack/loaders/transform.js??ruleSet[1].rules[34].use[0]!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./packages/manage-tree-table/components/mtt-panel-7/mtt-panel-7.vue?vue&type=script&setup=true&lang=js
|
|
302156
302189
|
|
|
302190
|
+
|
|
302191
|
+
|
|
302157
302192
|
/* unplugin-vue-components disabled */
|
|
302158
302193
|
|
|
302159
302194
|
|
|
@@ -302749,32 +302784,8 @@ const mtt_panel_7vue_type_script_setup_true_lang_js_hoisted_5 = {
|
|
|
302749
302784
|
const mtt_panel_7_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(mtt_panel_7vue_type_script_setup_true_lang_js, [['__scopeId',"data-v-665995fa"]])
|
|
302750
302785
|
|
|
302751
302786
|
/* harmony default export */ var mtt_panel_7 = (mtt_panel_7_exports_);
|
|
302752
|
-
;// CONCATENATED MODULE: ./node_modules/element-plus/theme-chalk/el-badge.css
|
|
302753
|
-
// extracted by mini-css-extract-plugin
|
|
302754
|
-
|
|
302755
|
-
;// CONCATENATED MODULE: ./node_modules/element-plus/es/components/badge/style/css.mjs
|
|
302756
|
-
|
|
302757
|
-
|
|
302758
|
-
;// CONCATENATED MODULE: ./node_modules/element-plus/theme-chalk/el-message.css
|
|
302759
|
-
// extracted by mini-css-extract-plugin
|
|
302760
|
-
|
|
302761
|
-
;// CONCATENATED MODULE: ./node_modules/element-plus/es/components/message/style/css.mjs
|
|
302762
|
-
|
|
302763
|
-
|
|
302764
|
-
|
|
302765
|
-
;// CONCATENATED MODULE: ./node_modules/element-plus/theme-chalk/el-message-box.css
|
|
302766
|
-
// extracted by mini-css-extract-plugin
|
|
302767
|
-
|
|
302768
|
-
;// CONCATENATED MODULE: ./node_modules/element-plus/es/components/message-box/style/css.mjs
|
|
302769
|
-
|
|
302770
|
-
|
|
302771
|
-
|
|
302772
|
-
|
|
302773
|
-
|
|
302774
302787
|
;// CONCATENATED MODULE: ./node_modules/unplugin/dist/webpack/loaders/transform.js??ruleSet[1].rules[33].use[0]!./node_modules/unplugin/dist/webpack/loaders/transform.js??ruleSet[1].rules[34].use[0]!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./packages/manage-tree-table/components/mtt-panel-8/mtt-panel-8.vue?vue&type=script&setup=true&lang=js
|
|
302775
302788
|
|
|
302776
|
-
|
|
302777
|
-
|
|
302778
302789
|
/* unplugin-vue-components disabled */
|
|
302779
302790
|
|
|
302780
302791
|
|