瀏覽代碼

Merge branch 'stage-6' into dev

# Conflicts:
#	pages2/verify/input.vue
chenxiong 3 年之前
父節點
當前提交
017ff065d0
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      pages2/verify/input.vue

+ 1 - 5
pages2/verify/input.vue

@@ -1631,11 +1631,7 @@ export default {
               if (result.data.code === 200) {
                 if (!result.data.data) {
                   self.$api
-                    .getbaseprofiletplistProfile({
-                      pageNum: 1,
-                      pageSize: 1,
-                      status: 1,
-                    })
+                    .getbaseprofiletplistProfile({ pageNum: 1, pageSize: 1 })
                     .then((kit) => {
                       if (kit.data.rows.length) {
                         var ajson = JSON.parse(kit.data.rows[0].keyValue);