Browse Source

Merge pull request '清除缓存' (#117) from zq-orderListTwo-0813 into master

Reviewed-on: #117
pull/119/head
zhangqi 6 days ago
parent
commit
7a6161204a
  1. 64
      src/views/agent/siteServiceAdd.vue

64
src/views/agent/siteServiceAdd.vue

@ -298,71 +298,7 @@ import GuipDialog from "@/components/GuipDialog.vue";
import GuipRadio from "@/components/GuipRadio.vue";
import ValueAdded from "@/components/site/serviceSetting/valueAdded.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 {
name: 'siteServiceAdd',
props: [''],

Loading…
Cancel
Save