Commit b7f73c8d authored by 刘用法's avatar 刘用法

完工页报错提示

parent c707e703
...@@ -264,7 +264,10 @@ ...@@ -264,7 +264,10 @@
if (res.code == 200) { if (res.code == 200) {
self.initData(res) self.initData(res)
} else { } else {
console.log(res.message, "获取订单完工项目失败!"); this.$refs.uToast.show({
title: res.message,
type: 'error',
})
} }
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment