Commit 520365cc authored by 智勇's avatar 智勇

更新是否debug option key

parent 6bcc7f6a
......@@ -314,8 +314,8 @@ export default {
data() {
return {
debugOptions: [
{ key: 1, display_name: '' },
{ key: 0, display_name: '' }
{ key: '"1"', display_name: '' },
{ key: '"0"', display_name: '' }
],
debug: {},
centerDialogVisible: false,
......@@ -380,7 +380,7 @@ export default {
this.tagName = ''
this.options = []
this.tagOptions = []
this.debug = { key: 0, display_name: '' }
this.debug = { key: '"0"', display_name: '' }
fetchUserrepository({ 'namespace': 'qa-' + label }).then(res => {
this.options = res.data.repoInfo
this.server = res.data.server
......
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