|
@@ -205,7 +205,7 @@ export default {
|
|
created() {
|
|
created() {
|
|
//修改
|
|
//修改
|
|
if (JSON.stringify(this.data) != '{}') {
|
|
if (JSON.stringify(this.data) != '{}') {
|
|
- this.title = '编辑';
|
|
|
|
|
|
+ this.title = '修改';
|
|
this.isEdit = true;
|
|
this.isEdit = true;
|
|
this.editId = this.data.id;
|
|
this.editId = this.data.id;
|
|
this.form.hisName = this.data.hisName;
|
|
this.form.hisName = this.data.hisName;
|