结束升级对接

This commit is contained in:
yuekuo
2023-03-28 18:04:52 +08:00
parent 1f88977eec
commit da2673ff11
@@ -236,17 +236,17 @@ export default {
methods: { methods: {
...mapGetters(['userInfo']), ...mapGetters(['userInfo']),
addModel(record,flag) { addModel(record,flag) {
this.disabled=false this.disabled=false
this.showButton=false this.showButton=false
if(flag=='1'){ if(flag=='1'){
this.disabled=true this.disabled=true
this.showButton=true this.showButton=true
} }
this.record=record this.record=record
this.visible = true this.visible = true
this.confirmLoading = false this.confirmLoading = false
// this.formInline = {} console.log('555',record);
// this.formInline.list = [{}]
this.$nextTick(() => { this.$nextTick(() => {
this.formInline = { ...this.formInline } this.formInline = { ...this.formInline }
this.$refs.ruleForm.clearValidate() this.$refs.ruleForm.clearValidate()