合并代码

This commit is contained in:
ym1026
2025-09-11 19:08:47 +08:00
270 changed files with 13926 additions and 2814 deletions

View File

@@ -43,12 +43,12 @@
</template>
<script>
import { columnList, permissionOptions } from '../../../public/config/columnList'
import { columnList } from '../../../public/config/columnList'
import { getReq, postReq } from '@/request/api.js'
import { ExclamationCircleOutlined } from '@ant-design/icons-vue'
import { createVNode } from 'vue'
import { Modal } from 'ant-design-vue'
export default {
name: '',
components: {
@@ -198,13 +198,7 @@ export default {
row = record
// this.type='edit'
}
permissionOptions.forEach((e, index) => {
e.list.forEach((i) => {
e.ruleForm[i.key] = row ? row[i.key] : ''
e.ruleForm.id = row.id
})
})
},
handlePagesizeChange(pageOption) {
this.pageOption.pageSize = pageOption.pageSize