|
|
@@ -82,7 +82,6 @@ export default {
|
|
|
methods: {
|
|
|
async onSubmit(data) {
|
|
|
let res = await this.$api.requested({
|
|
|
- // id: 20220927090102,
|
|
|
id: 20220927090106,
|
|
|
content: {
|
|
|
itemtype: 1, //1=总部 2=本地
|
|
|
@@ -98,10 +97,9 @@ export default {
|
|
|
},
|
|
|
async getClassList() {
|
|
|
let res = await this.$api.requested({
|
|
|
- // id: "20230325141103",
|
|
|
- id: "20230325141106",
|
|
|
+ id: "20230325141103",
|
|
|
content: {
|
|
|
- sc_brandid: 0,
|
|
|
+ sa_brandid: 0,
|
|
|
itemid: this.$route.query.id,
|
|
|
where: {
|
|
|
istool: this.data.data.istool ? 1 : 0,
|
|
|
@@ -127,7 +125,7 @@ export default {
|
|
|
itemclassname: node.itemclassfullname
|
|
|
? node.itemclassfullname
|
|
|
: node.itemclassname,
|
|
|
- itemclassid: node.sc_itemclassid,
|
|
|
+ itemclassid: node.itemclassid,
|
|
|
itemclassnum: node.itemclassnum,
|
|
|
children: [],
|
|
|
disabled: first ? false : true,
|