|
|
@@ -756,6 +756,9 @@ export default {
|
|
|
name: 'Company',
|
|
|
data() {
|
|
|
return {
|
|
|
+
|
|
|
+ projectFrom:process.env.VUE_APP_HSY_SPACE,
|
|
|
+
|
|
|
signProjectName:"",
|
|
|
redSubmit: false,
|
|
|
//分账参数
|
|
|
@@ -934,9 +937,22 @@ export default {
|
|
|
open: false,
|
|
|
title: '批量修改小程序'
|
|
|
},
|
|
|
+
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
|
+
|
|
|
+ cateList().then((response) => {
|
|
|
+ if (this.projectFrom =='mengniu-2114522511'){
|
|
|
+
|
|
|
+ this.getDicts('store_product_package_cate').then(response => {
|
|
|
+ this.cateList = response.data
|
|
|
+ })
|
|
|
+ }else {
|
|
|
+ this.cateList = response.rows
|
|
|
+ }
|
|
|
+ })
|
|
|
+
|
|
|
getSignProjectName()
|
|
|
.then(res=>{
|
|
|
this.signProjectName = res.signProjectName;
|
|
|
@@ -955,9 +971,10 @@ export default {
|
|
|
getFollowDoctorList().then((response) => {
|
|
|
this.followDoctorList = response.rows
|
|
|
})
|
|
|
- cateList().then((response) => {
|
|
|
- this.cateList = response.rows
|
|
|
- })
|
|
|
+ // cateList().then((response) => {
|
|
|
+ // this.cateList = response.rows
|
|
|
+ // })
|
|
|
+
|
|
|
listDept().then(response => {
|
|
|
this.deptOptions = response.data
|
|
|
})
|