cloud-web-corejs 1.0.40 → 1.0.41-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
</template>
|
|
201
201
|
<template #zdEn="{row, rowIndex}">
|
|
202
202
|
<template v-if="!!row.systems || !!row.relationZd">
|
|
203
|
-
<div :style="!!row.relationZd ? 'margin-left:20px' : ''">{{ row.zdEn }}
|
|
203
|
+
<div :style="!!row.relationZd ? 'margin-left:20px' : ''">{{ row.zdEn }}</div>
|
|
204
204
|
</template>
|
|
205
205
|
<template v-else>
|
|
206
206
|
<el-form-item :prop="'szTaZdMbDTOs.' + rowIndex + '.zdEn'"
|
|
@@ -160,8 +160,6 @@ export default {
|
|
|
160
160
|
return this.checkNode && this.checkNode.data ? this.checkNode.data : {};
|
|
161
161
|
},
|
|
162
162
|
logType() {
|
|
163
|
-
debugger
|
|
164
|
-
let a = 2
|
|
165
163
|
let checkNodeData = this.checkNode && this.checkNode.data ? this.checkNode.data : {};
|
|
166
164
|
return checkNodeData.value ?? null
|
|
167
165
|
}
|
|
@@ -294,9 +292,6 @@ export default {
|
|
|
294
292
|
this.searchEvent();
|
|
295
293
|
},
|
|
296
294
|
handleNodeClick(data, node, v) {
|
|
297
|
-
debugger
|
|
298
|
-
let a = 1
|
|
299
|
-
let b = 3
|
|
300
295
|
this.checkNode = node;
|
|
301
296
|
this.formData.startTime = data.all ? null : data.logDate;
|
|
302
297
|
this.formData.endTime = data.all ? null : data.logDate;
|