Commit 664cc2d7 authored by chenwei's avatar chenwei

展示平台组件更新

parent 1c1eb3bf
......@@ -199,7 +199,8 @@
></el-form-item>
</el-col>
<el-col :span="1">
{{ queryParams.transportType == "3" ? "kg" : "" }} {{ $t("") }}
{{ queryParams.extraOrderV.transportType == "3" ? "kg" : "" }}
{{ $t("") }}
</el-col>
<el-col :span="2">
<el-form-item
......@@ -212,7 +213,7 @@
></el-input> </el-form-item
></el-col>
<el-col :span="1">
{{ queryParams.transportType == "3" ? "kg" : "" }} =
{{ queryParams.extraOrderV.transportType == "3" ? "kg" : "" }} =
</el-col>
<el-col :span="2">
<el-form-item
......@@ -957,7 +958,6 @@ export default {
this.$refs["queryForm"].validate((valid) => {
if (valid) {
let params = deepClone(this.queryParams);
console.log(params);
params.showPlatform = this.queryParams.showPlatform?.join();
params.extraOrderV.orderEntry =
this.queryParams.extraOrderV?.orderEntry?.join();
......@@ -975,6 +975,7 @@ export default {
},
//获取积分规则详情
handleIntegralRuleDetails() {
this.queryParams.showPlatform = [];
integralRuleDetails({ id: this.$route.query.id }).then((res) => {
const params = mergeWith(
deepClone(this.queryParams),
......
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