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