|
@@ -66,6 +66,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
+const _ = require('lodash')
|
|
|
import statusChange from '@/views/projectManage/bugList/details/statusChange'
|
|
|
import { bugList, bugGetEnum } from '@/api/defectManage'
|
|
|
import BugDetails from './index'
|
|
@@ -157,7 +158,7 @@ export default {
|
|
|
return arr
|
|
|
},
|
|
|
bugGetTableList(e, index) {
|
|
|
- this.queryData = e
|
|
|
+ this.queryData = _.cloneDeep(e)
|
|
|
this.data = {}
|
|
|
if (index) {
|
|
|
this.currentPage = 1
|