| | |
| | | </el-col> |
| | | |
| | | <el-col :span="12"> |
| | | <el-form-item :inline-message='true' label="名称:" prop="label"> |
| | | <el-form-item label="名称:" prop="label"> |
| | | <el-input v-model="basicForm.label" :disabled="disabledBtn"></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | |
| | | delBtn: false, |
| | | refreshBtn: false, |
| | | dialogWidth:'600', |
| | | menuWidth:'150', |
| | | menuWidth:'140', |
| | | column: [ |
| | | { |
| | | label: '名称', |
| | | prop: 'name', |
| | | width:180, |
| | | span: 24, |
| | | overHidden:true, |
| | | rules: [ |
| | | { |
| | | required: true, |
| | |
| | | prop: 'value', |
| | | type:'textarea', |
| | | span: 24, |
| | | overHidden:true, |
| | | rules: [ |
| | | { |
| | | required: true, |
| | |
| | | row.SubUIObjType = row.showType; |
| | | row.showType = ""; |
| | | } |
| | | if (row.templateType === '5' && this.form.linkType && !this.form.showLinkAbs) { |
| | | this.$message.error('请选择参照树设置'); |
| | | return loading(); |
| | | } |
| | | const params = { |
| | | ...row, |
| | | tabPageOId: this.sourceData.plOId |
| | |
| | | this.$message.success(res.data.obj); |
| | | this.disabledBtn = true; |
| | | this.getTabBtnTree(); |
| | | this.basicForm = {}; |
| | | this.paramsData = []; |
| | | this.dialogLoading = false; |
| | | this.$refs.form.resetFields(); |
| | | } |
| | | }).catch(err => { |
| | | this.dialogLoading = false; |
| | |
| | | return false; |
| | | } |
| | | done(); |
| | | this.$refs.form.resetFields(); |
| | | }); |
| | | }, |
| | | |