Compare commits
No commits in common. "ac41f54a0708a1ad152d91aa7763f70c71e7a843" and "ade29df89c6ae100b2e5f1d1895a11d38c048fd0" have entirely different histories.
ac41f54a07
...
ade29df89c
|
@ -1,13 +0,0 @@
|
||||||
<template>
|
|
||||||
<div>配置</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
|
|
||||||
</style>
|
|
|
@ -832,9 +832,7 @@ export default {
|
||||||
if (this.isAdd) {
|
if (this.isAdd) {
|
||||||
this.$api.mer_admin
|
this.$api.mer_admin
|
||||||
.addShippingTemplate({
|
.addShippingTemplate({
|
||||||
linkId: JSON.parse(sessionStorage.getItem("userInfo")).shopId
|
linkId: JSON.parse(sessionStorage.getItem("userInfo")).shopId,
|
||||||
? JSON.parse(sessionStorage.getItem("userInfo")).shopId
|
|
||||||
: JSON.parse(sessionStorage.getItem("userInfo")).merchantId,
|
|
||||||
defaults: 0, //默认值,待确认
|
defaults: 0, //默认值,待确认
|
||||||
sort: 0, //默认值,待确认
|
sort: 0, //默认值,待确认
|
||||||
type: 2, //默认值,待确认
|
type: 2, //默认值,待确认
|
||||||
|
@ -893,9 +891,7 @@ export default {
|
||||||
this.$api.mer_admin
|
this.$api.mer_admin
|
||||||
.updateShippingTemplate({
|
.updateShippingTemplate({
|
||||||
id: this.modalData.id,
|
id: this.modalData.id,
|
||||||
linkId: JSON.parse(sessionStorage.getItem("userInfo")).shopId
|
linkId: JSON.parse(sessionStorage.getItem("userInfo")).shopId,
|
||||||
? JSON.parse(sessionStorage.getItem("userInfo")).shopId
|
|
||||||
: JSON.parse(sessionStorage.getItem("userInfo")).merchantId,
|
|
||||||
defaults: 0, //默认值,待确认
|
defaults: 0, //默认值,待确认
|
||||||
sort: 0, //默认值,待确认
|
sort: 0, //默认值,待确认
|
||||||
type: 2, //默认值,待确认
|
type: 2, //默认值,待确认
|
||||||
|
|
Loading…
Reference in New Issue