|
@@ -38,7 +38,7 @@
|
|
</zj-form-module>
|
|
</zj-form-module>
|
|
</zj-form-container>
|
|
</zj-form-container>
|
|
<div slot="footer" class="dialog-footer">
|
|
<div slot="footer" class="dialog-footer">
|
|
- <el-button size="mini" @click="formCancel;data.removeTab">取 消</el-button>
|
|
|
|
|
|
+ <el-button size="mini" @click="formCancel;data.removeTab()">取 消</el-button>
|
|
<el-button size="mini" @click="formConfirm(data.removeTab)" type="primary">确 定</el-button>
|
|
<el-button size="mini" @click="formConfirm(data.removeTab)" type="primary">确 定</el-button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -196,7 +196,7 @@ export default {
|
|
}else if(type == 'edit1'){
|
|
}else if(type == 'edit1'){
|
|
Object.assign(this.formData, row)
|
|
Object.assign(this.formData, row)
|
|
this.formDialogType = 1
|
|
this.formDialogType = 1
|
|
- }else if(type == 'edit1'){
|
|
|
|
|
|
+ }else if(type == 'edit2'){
|
|
Object.assign(this.formData, row)
|
|
Object.assign(this.formData, row)
|
|
this.formDialogType = 1
|
|
this.formDialogType = 1
|
|
}
|
|
}
|