画像编辑校验

This commit is contained in:
shidongli 2024-06-27 15:04:22 +08:00
parent daa372de7d
commit aa47280545

View File

@ -216,33 +216,20 @@ export default {
//
TemporaryStorage() {
var emptyItems = []
var form={
groupingValues:[]
}
form.groupingValues=this.getParamslistData
emptyItems = form.groupingValues.flat().filter(f => f.fieldValue == "" || !f.fieldValue)
console.log(form, 'this.form')
// this.getParamslistData.forEach(e => {
// e.forEach(el => {
// el.routeId = this.itemdata.routeId
// el.routeName = this.itemdata.routeName
// el.routeNodeId = this.querytParams.id
// el.routeNodeName = this.itemdata.routeNodeName
// el.taskPartitionCode = this.itemdata.taskPartitionCode
// el.taskPartitionDictId = this.itemdata.taskPartitionDictId
// el.taskPartitionDictName = this.itemdata.taskPartitionDictName
// el.taskTypeCode = this.itemdata.taskTypeCode
// el.taskTypeId = this.itemdata.taskTypeId
// el.taskTypeName = this.itemdata.taskTypeName
// })
// })
console.log(emptyItems, 'emptyItems')
// emptyItems = form.groupingValues.flat().filter(f => f.fieldValue == "" || !f.fieldValue)
// console.log(form, 'this.form')
// console.log(emptyItems, 'emptyItems')
// return
if (emptyItems && emptyItems.length > 0) {
this.$modal.msgError("请填写完整,再进行提交");
} else {
// if (emptyItems && emptyItems.length > 0) {
// this.$modal.msgError(",");
// } else {
this.$confirm('是否确认提交?', '提示', {
confirmButtonText: '确认',
cancelButtonText: '取消',
@ -267,7 +254,7 @@ export default {
loading.close();
});
})
}
// }
},
additem(index) {