|
@@ -122,7 +122,7 @@ export default defineComponent({
|
|
addOtherSource: false,
|
|
addOtherSource: false,
|
|
addOtherIndex: 0 // 添加其它的索引
|
|
addOtherIndex: 0 // 添加其它的索引
|
|
});
|
|
});
|
|
- const showModalMask = ref(true);
|
|
|
|
|
|
+ const showModalMask = ref(false);
|
|
|
|
|
|
// 获取列表
|
|
// 获取列表
|
|
const getList = async () => {
|
|
const getList = async () => {
|