Browse Source

feat: [模板管理] 检测板

lkf
memorylkf 2 months ago
parent
commit
f0404e1ecd
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/components/Template/HandleFormItem.vue

+ 2
- 1
src/components/Template/HandleFormItem.vue View File

@ -205,7 +205,7 @@ export default {
visible: false,// visible: false,//
checkboxValue: this.getChecked(),// checkboxValue: this.getChecked(),//
uuid: getuuid(), // EventBus uuid: getuuid(), // EventBus
regentType: ['sj', 'gsp', 'mix', 'xj', 'xb', 'gyzj', 'mjy', 'yq'], ////
regentType: ['sj', 'gsp', 'mix', 'xj', 'xb', 'gyzj', 'mjy', 'yq','jcb'], ////
selectRegentInfo: {},//// selectRegentInfo: {},////
fileList: [],// fileList: [],//
uploadFileUrl: process.env.VUE_APP_BASE_API + "/file/upload", uploadFileUrl: process.env.VUE_APP_BASE_API + "/file/upload",
@ -417,6 +417,7 @@ export default {
mjy: "5",// mjy: "5",//
xj: "9",// xj: "9",//
xb: "11",// xb: "11",//
jcb: "13",//
} }
params = { params = {
...params, ...params,

Loading…
Cancel
Save