|
@@ -958,7 +958,12 @@ export default {
|
|
|
this.followDoctorList = response.rows
|
|
this.followDoctorList = response.rows
|
|
|
})
|
|
})
|
|
|
cateList().then((response) => {
|
|
cateList().then((response) => {
|
|
|
- this.cateList = response.rows
|
|
|
|
|
|
|
+ console.log(response.rows)
|
|
|
|
|
+ if ( response.rows.length == 0) {
|
|
|
|
|
+ this.getDicts('store_product_package_cate').then(response => {
|
|
|
|
|
+ this.cateList = response.data
|
|
|
|
|
+ })
|
|
|
|
|
+ }
|
|
|
})
|
|
})
|
|
|
listDept().then(response => {
|
|
listDept().then(response => {
|
|
|
this.deptOptions = response.data
|
|
this.deptOptions = response.data
|