|
@ -144,6 +144,16 @@ export default { |
|
|
this.$nextTick(() => { |
|
|
this.$nextTick(() => { |
|
|
this.$refs['dataForm'].resetFields() |
|
|
this.$refs['dataForm'].resetFields() |
|
|
if (this.dataForm.id) { |
|
|
if (this.dataForm.id) { |
|
|
|
|
|
this.order = '' |
|
|
|
|
|
this.orderField = '' |
|
|
|
|
|
this.pageIndex = 1 |
|
|
|
|
|
this.limitVal = 10 |
|
|
|
|
|
this.total = 0 |
|
|
|
|
|
this.evaluations.order = '' |
|
|
|
|
|
this.evaluations.orderField = '' |
|
|
|
|
|
this.evaluations.pageIndex = 1 |
|
|
|
|
|
this.evaluations.limitVal = 10 |
|
|
|
|
|
this.evaluations.total = 0 |
|
|
this.getInfo() |
|
|
this.getInfo() |
|
|
this.getSignUpList() |
|
|
this.getSignUpList() |
|
|
this.evaluationList() |
|
|
this.evaluationList() |
|
|