传入参数调整

This commit is contained in:
2025-11-14 14:35:26 +08:00
parent cd95dab514
commit b17329ab7e
7 changed files with 25 additions and 25 deletions

View File

@@ -182,13 +182,13 @@ export default {
],
// 系统类别选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'}
typeOptions: [
{ dictLabel: '停用', dictValue: 0 },
{ dictLabel: '启用', dictValue: 1 },
{ dictLabel: '停用', dictValue: '0' },
{ dictLabel: '启用', dictValue: '1' },
],
// 系统状态选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'}
statusOptions: [
{ dictLabel: '停用', dictValue: 0 },
{ dictLabel: '启用', dictValue: 1 },
{ dictLabel: '停用', dictValue: '0' },
{ dictLabel: '启用', dictValue: '1' },
],
// 数据列表
dataList: [],

View File

@@ -205,13 +205,13 @@ export default {
],
// 系统类别选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'}
typeOptions: [
{ dictLabel: '停用', dictValue: 0 },
{ dictLabel: '启用', dictValue: 1 },
{ dictLabel: '停用', dictValue: '0' },
{ dictLabel: '启用', dictValue: '1' },
],
// 系统状态选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'}
statusOptions: [
{ dictLabel: '停用', dictValue: 0 },
{ dictLabel: '启用', dictValue: 1 },
{ dictLabel: '停用', dictValue: '0' },
{ dictLabel: '启用', dictValue: '1' },
],
// 数据列表
dataList: [],

View File

@@ -182,13 +182,13 @@ export default {
],
// 系统类别选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'}
typeOptions: [
{ dictLabel: '停用', dictValue: 0 },
{ dictLabel: '启用', dictValue: 1 },
{ dictLabel: '停用', dictValue: '0' },
{ dictLabel: '启用', dictValue: '1' },
],
// 系统状态选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'}
statusOptions: [
{ dictLabel: '停用', dictValue: 0 },
{ dictLabel: '启用', dictValue: 1 },
{ dictLabel: '停用', dictValue: '0' },
{ dictLabel: '启用', dictValue: '1' },
],
// 数据列表
dataList: [],

View File

@@ -176,13 +176,13 @@ export default {
],
// 系统类别选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'}
typeOptions: [
{ dictLabel: '停用', dictValue: 0 },
{ dictLabel: '启用', dictValue: 1 },
{ dictLabel: '停用', dictValue: '0' },
{ dictLabel: '启用', dictValue: '1' },
],
// 系统状态选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'}
statusOptions: [
{ dictLabel: '停用', dictValue: 0 },
{ dictLabel: '启用', dictValue: 1 },
{ dictLabel: '停用', dictValue: '0' },
{ dictLabel: '启用', dictValue: '1' },
],
// 数据列表
dataList: [],

View File

@@ -214,13 +214,13 @@ export default {
],
// 系统类别选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'}
typeOptions: [
{ dictLabel: '停用', dictValue: 0 },
{ dictLabel: '启用', dictValue: 1 },
{ dictLabel: '停用', dictValue: '0' },
{ dictLabel: '启用', dictValue: '1' },
],
// 系统状态选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'}
statusOptions: [
{ dictLabel: '停用', dictValue: 0 },
{ dictLabel: '启用', dictValue: 1 },
{ dictLabel: '停用', dictValue: '0' },
{ dictLabel: '启用', dictValue: '1' },
],
// 数据列表
dataList: [],

View File

@@ -174,13 +174,13 @@ export default {
],
// 系统类别选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'}
typeOptions: [
{ dictLabel: '停用', dictValue: 0 },
{ dictLabel: '启用', dictValue: 1 },
{ dictLabel: '停用', dictValue: '0' },
{ dictLabel: '启用', dictValue: '1' },
],
// 系统状态选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'}
statusOptions: [
{ dictLabel: '停用', dictValue: 0 },
{ dictLabel: '启用', dictValue: 1 },
{ dictLabel: '停用', dictValue: '0' },
{ dictLabel: '启用', dictValue: '1' },
],
// 数据列表
dataList: [],

View File

@@ -378,7 +378,7 @@
},
/** 提交按钮 */
submitForm: function () {
console.log(JSON.stringify(this.form))
//console.log(JSON.stringify(this.form))
this.$refs['form'].validate((valid) => {
if (valid) {
if (this.form.id != undefined && this.opertype === 2) {