loki 3 年之前
父节点
当前提交
958540878e

+ 1 - 1
src/views/photoManagement/imageGoodsManagement/toolbar.vue

@@ -22,7 +22,7 @@ export default {
           name: 'auditStatus',
           label: '状态',
           options: AUDITTYPE,
-          format: val => (val !== null && val !== '' ? !!val : null)
+          format: val => val
         },
         {
           type: 'dateArray',

+ 1 - 1
src/views/photoManagement/photoVerifyManagement/toolbar.vue

@@ -22,7 +22,7 @@ export default {
           name: 'auditStatus',
           label: '状态',
           options: AUDITTYPE,
-          format: val => (val !== null && val !== '' ? !!val : null),
+          format: val => val,
           defaultValue: 0
         },
         {

+ 1 - 1
src/views/photographerManagement/photoVerify/toolbar.vue

@@ -22,7 +22,7 @@ export default {
           name: 'auditStatus',
           label: '状态',
           options: AUDITTYPE,
-          format: val => (val !== null && val !== '' ? !!val : null)
+          format: val => val
         },
         {
           type: 'dateArray',