|
@@ -68,6 +68,7 @@ export default {
|
|
|
getDef() {
|
|
|
const params = { ...this.cObj }
|
|
|
const disabled = false
|
|
|
+ if (!params.pri_image) params.pri_image = 'http://img.honglounews.com/20210429034015-4091.png'
|
|
|
const remoteOptionsMachineList = []
|
|
|
if (params.machineList) {
|
|
|
params.machineList = params.machineList.map(item => {
|