Commit d23587ab authored by wangxl's avatar wangxl
parents 25739039 a27b9fbf
......@@ -247,3 +247,4 @@ export default {
}
};
</script>
......@@ -25,11 +25,9 @@ export default {
// this.$emit("change");
// this.$emit("input", this.selected)
}
console.log(this.selected)
},
methods: {
onChange (value, selectedOptions) {
console.log(value, selectedOptions);
this.selected = value
if (!!this.selected && this.selected.length == 3) {
this.$emit("input", this.selected[2])
......
......@@ -102,7 +102,8 @@ export default {
tableData: [],
columns: [
{ title: "项目名称", scopedSlots: { customRender: 'projName' } },
{ title: '项目编号', dataIndex: 'projNo', align: 'center' },
//{ title: '项目编号', dataIndex: 'projNo', align: 'center' },
{ title: '申请编号', dataIndex: 'appNo', align: 'center' },
// { title: '版本号', dataIndex: 'versionNo', align: 'center' },
// { title: '项目类别', dataIndex: 'projClassName', align: 'center' },
{ title: '开始时间', dataIndex: 'startDate', align: 'center' },
......
......@@ -716,7 +716,6 @@ export default {
}
},
submit () {
console.log(this.formData)
this.processProjectYearTarget()
this.$refs.form.validate(valid => {
if (valid) {
......
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 to comment