src/views/system/contract/index.vue
@@ -380,7 +380,7 @@ handleAdd() { this.reset(); this.open = true; this.title = "添加【请填写功能名称】"; this.title = "添加合同"; }, /** 修改按钮操作 */ handleUpdate(row) { @@ -389,7 +389,7 @@ getContract(id).then(response => { this.form = response.data; this.open = true; this.title = "修改【请填写功能名称】"; this.title = "修改合同"; }); }, /** 提交按钮 */