Browse Source

删除无用数据

pull/117/head
zq 6 days ago
parent
commit
996cd1663c
  1. 66
      src/views/agent/siteServiceAdd.vue

66
src/views/agent/siteServiceAdd.vue

@ -298,71 +298,7 @@ import GuipDialog from "@/components/GuipDialog.vue";
import GuipRadio from "@/components/GuipRadio.vue"; import GuipRadio from "@/components/GuipRadio.vue";
import ValueAdded from "@/components/site/serviceSetting/valueAdded.vue"; import ValueAdded from "@/components/site/serviceSetting/valueAdded.vue";
import SyncPrice from "@/components/site/serviceSetting/syncPrice.vue"; import SyncPrice from "@/components/site/serviceSetting/syncPrice.vue";
//
// const currentItem1 = {
// type: '6',
// name: 'a salads asides33',
// is_select: true,
// parentType:'3',
// web_price_set:true,
// web_price_set_flag:true,
// shop_price_set:false
// };
// const secondMenu1 = {
// 1: {
// type: 1,
// name: "",
// is_select: false,
// list: [{
// checked: true,
// is_select: false,
// name: "",
// type: 68,
// parentType:'1',
// web_price_set:true,
// web_price_set_flag:true,
// shop_price_set:true
// },
// {
// checked: true,
// is_select: false,
// name: "",
// type: 30,
// parentType:'1',
// web_price_set:true,
// shop_price_set:true
// }]
// },
// '3': {
// type: '3',
// name: '',
// is_select: true,
// list: [
// {
// type: '6',
// name: 'a salads asides33',
// is_select: true,
// parentType:'3',
// web_price_set:true,
// web_price_set_flag:true,
// shop_price_set:false
// },
// // {
// // type: '27',
// // name: '33',
// // is_select: true,
// // parentType:'3'
// // },
// // {
// // type: '109',
// // name: '33',
// // is_select: true,
// // parentType:'3'
// // },
// ]
// },
// };
export default { export default {
name: 'siteServiceAdd', name: 'siteServiceAdd',
props: [''], props: [''],

Loading…
Cancel
Save