zss
2023-12-11 c880739ec4cd5ede33b31eb98ad5f7628ea288e5
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) {