Commit 8c97361e by 曾凡江

Merge branch 'improve' of git.hnluchuan.com:computility/computility_user_web into improve

parents f3ba4c96 0c30f835
......@@ -390,11 +390,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>
......@@ -486,9 +481,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'}
......@@ -635,7 +630,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