Commit 66cb13e1 by 刘泽奇

123

parent b7e2e4de
......@@ -25,6 +25,10 @@
</el-table-column>
<el-table-column prop="countPrice" label="总金额(元)">
</el-table-column>
<el-table-column prop="" label="">
</el-table-column>
<el-table-column prop="" label="">
</el-table-column>
</el-table>
</div>
......
......@@ -98,7 +98,7 @@
var obj = this.$root.copyParams(this.params, "subOtherOrder", "/action/tmOrder/springBoard", 'yes', 'yes');
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then((d) => {
console.log("---------submitOrder-------");
if (this.$root.channelUserId == null) {
if (d.status == '-99') {
this.$message.warning("未登录");
return
}
......
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