|
|
@@ -670,9 +670,11 @@ export default class extends Vue {
|
|
|
if (checkedFwsInfo){
|
|
|
that.fwsCode = checkedFwsInfo.shop_code;
|
|
|
that.fwsName = checkedFwsInfo.shop_name;
|
|
|
+ that.fwsRadioValue = checkedFwsInfo.shop_code;
|
|
|
} else {
|
|
|
that.fwsCode = serviceObjArray[0].shop_code;
|
|
|
that.fwsName = checkedFwsInfo[0].shop_name;
|
|
|
+ that.fwsRadioValue = serviceObjArray[0].shop_code;
|
|
|
}
|
|
|
}
|
|
|
// 处理文件选择(对应 beforeRead + afterRead)
|