结束升级对接
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user