mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 20:28:45 +08:00 
			
		
		
		
	解决运行时报Variable 'id' is already declared in the upper scope vue/no-template-shadow
This commit is contained in:
		@@ -11,10 +11,10 @@
 | 
			
		||||
      >
 | 
			
		||||
        <el-select v-model="bindMessageId" @change="updateTaskMessage">
 | 
			
		||||
          <el-option
 | 
			
		||||
            v-for="id in Object.keys(messageMap)"
 | 
			
		||||
            :value="id"
 | 
			
		||||
            :label="messageMap[id]"
 | 
			
		||||
            :key="id"
 | 
			
		||||
            v-for="key in Object.keys(messageMap)"
 | 
			
		||||
            :value="key"
 | 
			
		||||
            :label="messageMap[key]"
 | 
			
		||||
            :key="key"
 | 
			
		||||
          />
 | 
			
		||||
        </el-select>
 | 
			
		||||
        <XButton
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user