结束升级对接

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: {
...mapGetters(['userInfo']),
addModel(record,flag) {
this.disabled=false
this.disabled=false
this.showButton=false
if(flag=='1'){
this.disabled=true
this.showButton=true
}
this.record=record
this.visible = true
this.confirmLoading = false
// this.formInline = {}
// this.formInline.list = [{}]
console.log('555',record);
this.$nextTick(() => {
this.formInline = { ...this.formInline }
this.$refs.ruleForm.clearValidate()