Fixiaobai
2023-12-11 5d64e2573f5e0b9dc06891cf441c02b057310e1c
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) {