|
@@ -50,7 +50,7 @@ export default {
|
|
|
label: '操作',
|
|
|
},
|
|
|
render: (h, { row, column, index }) => {
|
|
|
- return !row.isMaster? (
|
|
|
+ return !row.isMaster ? (
|
|
|
<div style="padding-left:10px">
|
|
|
<el-button type="text" onClick={() => {
|
|
|
this.orderInfo.orderWorkers.splice(index, 1)
|
|
@@ -202,7 +202,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
|
- getWebsit({ type: "C", status: true }).then(res => {
|
|
|
+ getWebsit({ type: "C", status: true, isAll: this.isAllWebsit || this.id ? true : false }).then(res => {
|
|
|
this.websitList = res.data.map(item => ({
|
|
|
label: item.name,
|
|
|
value: item.websitId
|