zss
2023-12-19 8de3b94eb4f70dfcd90162f3d0dbab0d841614e9
src/const/crud/admin/sys-public-param.js
@@ -21,7 +21,6 @@
var validateParam = (rule, value, callback) => {
  getObj(value).then((response) => {
    console.log('window.boxType', window.boxType)
    if (window.boxType === 'edit') callback()
    const result = response.data.data
    if (result !== null) {