|
|
@@ -52,7 +52,10 @@ export default {
|
|
|
smdcode(row) {
|
|
|
this.agreementId = row.id;
|
|
|
this.$api.sys.taiShanCode({ agreementId: row.id }).then((res) => {
|
|
|
- this.codedialogVisible = true;
|
|
|
+ if (res.code != '200') {
|
|
|
+ this.$message.error(res.msg);
|
|
|
+ }
|
|
|
+ this.codedialogVisible = true;
|
|
|
});
|
|
|
},
|
|
|
login() {
|