@@ -213,7 +213,7 @@ export default {
},
created() {
// 普通工单选择网点数据
- if (this.workOrderType == 0 && this.isAllWebsit) {
+ if (this.workOrderType == 0 || this.isAllWebsit) {
getWebsit({ type: "C", status: true, isAll: this.isAllWebsit || this.id ? true : false }).then(res => {
this.websitList = res.data.map(item => ({
label: item.name,