修复了admin后台bug

This commit is contained in:
张乐
2020-08-24 17:34:26 +08:00
parent 422280f51b
commit b13029f49e
42 changed files with 833 additions and 5491 deletions

View File

@@ -1,4 +1,4 @@
export default function modalAttr(val, callback) {
export default function modalAttr(val, callback, keyNum) {
const h = this.$createElement
return new Promise((resolve, reject) => {
this.$msgbox({
@@ -9,7 +9,8 @@ export default function modalAttr(val, callback) {
message: h('div', { class: 'common-form-upload' }, [
h('attrFrom', {
props: {
currentRow: val
currentRow: val,
keyNum: keyNum
},
on: {
getList() {