Commit 3e80f6ea authored by 黄奎's avatar 黄奎

页面修改

parent f23705a1
...@@ -323,6 +323,7 @@ ...@@ -323,6 +323,7 @@
<br />(人民币) <br />(人民币)
</td> </td>
<td> <td>
<template v-if="postConfig.LineId==14||postConfig.LineId==118"> <template v-if="postConfig.LineId==14||postConfig.LineId==118">
销售价格 销售价格
<br />(日币) <br />(日币)
......
...@@ -261,13 +261,11 @@ ...@@ -261,13 +261,11 @@
}, },
methods: { methods: {
getPostData() { getPostData() {
let configId = this.ConfigId;
let offerId = 0; let offerId = 0;
if (this.OfferId) { if (this.OfferId) {
offerId = this.OfferId; offerId = this.OfferId;
} }
let msg = { let msg = {
ID: configId,
offerId: offerId offerId: offerId
}; };
this.loading = true; this.loading = true;
......
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