Commit 8a0808b8 by qiaoyanqi

没有id不提示

parent da3ca9d3
......@@ -37,7 +37,6 @@ export default {
queryCondition
);
if (data) {
console.log(data.data.id);
if (data.data && data.data.id) {
if (action == "down") {
setQueryIndex('add');
......@@ -59,7 +58,7 @@ export default {
GMS.vbus.$emit("resetBillData", data.data.id,state);
}
}else{
GMS.vbus.$Message.info('请返回单据id');
console.log(data.data,'没返回id');
}
if (data.data && data.data.message) {
GMS.vbus.$Message.info(data.data.message);
......
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