Commit 0c30f835 by 孙美琪

相关修改

parent a4112cbc
......@@ -392,11 +392,6 @@
</el-form-item>
</el-col>
</template>
<!-- <el-col :span="12" v-for="(i, index) in headers" :key="index">-->
<!-- <el-form-item :label="i.name" prop="submitTime">-->
<!-- <el-input v-model="getCellValue(resourcesList[rowIndex].param, i.name)"/>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
</el-row>
......@@ -488,9 +483,9 @@ const data = reactive({
submitTime: null,
applyUser: null,
receiveUser: null,
useTime: null,
rowIndex: 0
useTime: null
},
// rowIndex: 0,
rules: {
category: [
{required: true, message: '商品类别不能为空', trigger: 'change'}
......@@ -637,7 +632,7 @@ function handleAdd() {
/** 修改按钮操作 */
function handleUpdate(row, index) {
reset()
this.rowIndex = index
// rowIndex.value = index
const _id = row.id || ids.value
getResources(_id).then(response => {
form.value = response.data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment