|
|
|
@ -123,7 +123,7 @@
|
|
|
|
|
</el-col> |
|
|
|
|
<el-col :span="10"> |
|
|
|
|
<el-form-item label="安  装:" prop="serveType" label-width="100px"> |
|
|
|
|
<el-radio-group v-model="form.IsInstall" v-for="item in this.whetherData"> |
|
|
|
|
<el-radio-group v-model="form.isInstall" v-for="item in this.whetherData"> |
|
|
|
|
<el-radio :label="item.dictKey" :value="item.dictKey">{{ item.dictValue }}  </el-radio> |
|
|
|
|
</el-radio-group> |
|
|
|
|
</el-form-item> |
|
|
|
@ -1922,7 +1922,7 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
// 表单数据 |
|
|
|
|
form: { |
|
|
|
|
IsInstall:'1',//安装 |
|
|
|
|
isInstall:'1',//安装 |
|
|
|
|
}, |
|
|
|
|
// 选择行 |
|
|
|
|
selectionList: [], |
|
|
|
@ -2731,11 +2731,12 @@ export default {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// 开启提交按钮loading |
|
|
|
|
this.loadingObj.submitBtnLoading = true; |
|
|
|
|
this.reservationloading = true; //开启全屏加载 |
|
|
|
|
this.form.id = this.reservationId; |
|
|
|
|
|
|
|
|
|
console.log(this.form,'this.form'); |
|
|
|
|
const res = await update(this.form); |
|
|
|
|
console.log('res :>> ', res); |
|
|
|
|
if (res.data.code !== 200) return; |
|
|
|
|