d758b310 by 田浩浩

修改登簿提示

1 parent 371ab015
......@@ -193,6 +193,7 @@ export default {
});
},
operation(index, item) {
let that = this;
switch (item.value) {
case "zsyl":
this.zsylFlag = true;
......@@ -234,19 +235,11 @@ export default {
})
.then(function () {
record(formdata).then((res) => {
debugger;
if (res.code === 200 || res.code === 2002) {
this.$alert(res.message);
that.$alert(res.message);
}
});
})
.then((data) => {
this.$alert("res.Message");
})
.catch(function (err) {
//捕获异常
});
break;
}
},
......