diff --git a/contract-dialog-debug.html b/contract-dialog-debug.html new file mode 100644 index 0000000..3fab89c --- /dev/null +++ b/contract-dialog-debug.html @@ -0,0 +1,56 @@ + + + + + + 合同弹窗调试 + + +
+ + + diff --git a/src/api/system/dictbiz.js b/src/api/system/dictbiz.js index 6c7ee7e..21f604c 100644 --- a/src/api/system/dictbiz.js +++ b/src/api/system/dictbiz.js @@ -86,3 +86,10 @@ export const getDictionary = params => { params, }); }; + +export const getDictionaryAll = () => { + return request({ + url: '/blade-system/dict-biz/select-all', + method: 'get', + }); +}; diff --git a/src/views/base/fee-item.vue b/src/views/base/fee-item.vue index fd56038..f77e27a 100644 --- a/src/views/base/fee-item.vue +++ b/src/views/base/fee-item.vue @@ -30,6 +30,9 @@ {{ row.status === 1 ? '启用' : '停用' }} + +