修改bug

This commit is contained in:
‘937886381’
2024-02-21 15:27:09 +08:00
parent 009cf3b8e6
commit 03ee5e1037
14 changed files with 253 additions and 88 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2023-11-06 15:15:30
* @LastEditTime: 2023-11-21 14:11:18
* @LastEditTime: 2024-02-18 14:07:08
* @LastEditors: zhp
* @Description:
-->
@@ -102,11 +102,11 @@ export default {
sourceList: [
{
id: 1,
name: '手动',
name: '平板端',
},
{
id: 2,
name: '自动',
name: '网页端',
}
],
dataForm: {

View File

@@ -130,8 +130,9 @@ export default {
AddOrUpdate,
DetailOrUpdate
},
created() {
mounted() {
this.getDict()
this.getDataList()
},
methods: {
otherMethods(val) {
@@ -214,7 +215,7 @@ export default {
pageNo: 1,
total: 1,
};
this.getDataList();
this.getDataList()
break;
case 'add':
this.addOrEditTitle = '新增';