@@ -617,6 +617,8 @@
} = await this.$http.post(
"bindModel", this.bindForm
);
+ console.log(this.res.message)
+
if (res.code == 0) {
this.$message({
type: 'success',
@@ -624,6 +626,12 @@
});
console.log(this.res)
that.getTaskDetail()
+ }else{
+ this.$message({
+ type: 'error',
+ message: res.message
+ });
}
},